const github.com/go-pg/pg/v10/internal/pool.defaultBufSize
2 uses
github.com/go-pg/pg/v10/internal/pool (current package)
write_buffer.go#L9: const defaultBufSize = 65 << 10 // 65kb
write_buffer.go#L36: Bytes: make([]byte, 0, defaultBufSize),
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)